home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 November / CPNL0711.ISO / boekhoud / finan / BADGER finance v1.0 beta 2.exe / xampplite / installBadger.bat < prev    next >
DOS Batch File  |  2006-07-08  |  206b  |  8 lines

  1. @echo off
  2. call setup_xampp.bat
  3. call xampp_start.exe
  4. ping localhost -n 10 >nul
  5. mysql\bin\mysql.exe -u root < badger.sql
  6.  
  7. echo Sie koennen dieses Fenster nun schliessen - You can close this window now
  8.